home *** CD-ROM | disk | FTP | other *** search
- /*
- * CWMAViewsHdr.h
- *
- * File to be included by the integrated environment and the CW MPW tools.
- * Copyright © 1995 metrowerks inc. All rights reserved.
- */
-
-
- #pragma check_header_flags on
-
- #ifndef qPowerPC
- #ifdef powerc
- #define qPowerPC 1
- #else
- #define qPowerPC 0
- #endif
- #endif
-
- //
- // MacApp must set up setup the conditional macros before it loads the Toolbox headers
- //
- #ifndef __MACONDITIONALMACROS__
- #include "MAConditionalMacros.h"
- #endif
-
- #include "MAToolboxHeaders.h"
-
- #include "MAViews.h"
- #include "NubInspectorHooks.h"
-